SQLTransactionSync Class
Provides methods for performing a database transaction that may consist of several queries. Accessed from DatabaseSync.transaction and DatabaseSync.readTransaction functions.
Item Index
Methods
Methods
executeSql
(
SQLResultSet
-
sqlStatement
-
arguments
Execute the given SQKL and return the result as an SQLResultSet object.
Parameters:
-
sqlStatement
StringSQL statement.
-
arguments
ArrayArray containing the arguments to substitute into the statement.